home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / prog / word.arj / WGTFLI.H < prev    next >
C/C++ Source or Header  |  1993-01-28  |  340b  |  20 lines

  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4.  
  5. extern block fliscreen;
  6. extern int flickdly;
  7. extern int framenumber;
  8. extern int maxframe;
  9. extern int flicp1,flicp2,flicp3,flicp4,flicpn;
  10.  
  11. extern void nextframe(void);
  12. extern void openfli(char *);
  13. extern void copyfli(void);
  14. extern void closefli(void);
  15.  
  16.  
  17. #ifdef __cplusplus
  18. }
  19. #endif
  20.